Gets the status object for the job
HRESULT GetStatus([in,defaultvalue(0)] VARIANT_BOOL refresh, [out, retval] IJobStatus** pVal);
GetStatus([in,defaultvalue(0)] VARIANT_BOOL refresh, [out, retval] IJobStatus* pVal);
Sub GetStatus(refresh As [in,defaultvalue(0)] VARIANT_BOOL, pVal As [out, retval] IJobStatus*)
Parameters |
Description |
[in,defaultvalue(0)] VARIANT_BOOL refresh |
Set to True to retrieve the latest status information from the server, or False to use the data cached ton the client. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|